PrintDocument for WinForms
FindIndex(Int32,Predicate<CodeRange>) メソッド


C1.PrintDocument.6 アセンブリ > C1.Util 名前空間 > CodeRanges クラス > FindIndex メソッド : FindIndex(Int32,Predicate<CodeRange>) メソッド
シンタックス
'宣言
 
Public Overloads Function FindIndex( _
   ByVal startIndex As System.Integer, _
   ByVal match As System.Predicate(Of CodeRange) _
) As System.Integer
'使用法
 
Dim instance As CodeRanges
Dim startIndex As System.Integer
Dim match As System.Predicate(Of CodeRange)
Dim value As System.Integer
 
value = instance.FindIndex(startIndex, match)
public System.int FindIndex( 
   System.int startIndex,
   System.Predicate<CodeRange> match
)

パラメータ

startIndex
match
参照

CodeRanges クラス
CodeRanges メンバ
オーバーロード一覧